Skip to content

Conversation

@vy-ton
Copy link
Contributor

@vy-ton vy-ton commented Jun 24, 2025

No description provided.

@vy-ton vy-ton force-pushed the actors-changelog branch from b0330a3 to 44e5466 Compare June 24, 2025 19:41
@vy-ton vy-ton requested review from Brayden and elithrar June 24, 2025 19:41
Copy link
Collaborator

@elithrar elithrar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good - need to:

  • Standardize on @cloudflare/actors for the name
  • Expand on the benefits - break out SQL migrations into its own bullet point
  • Maybe say that the @cloudflare/actors library will be the recommend way to build on Durable Objects
  • Explain that you can always drop down to the direct Durable Object APIs whenever needed.

date: 2025-06-25T06:00:00Z
---

[@cloudflare/actors](https://www.npmjs.com/package/@cloudflare/actors) package is in alpha and provides a SDK for Durable Objects, in addition to Durable Objects [Workers API](https://developers.cloudflare.com/durable-objects/api/base/). "Actors" originates from the [actor programming model](/durable-objects/what-are-durable-objects/#actor-programming-model), which is a close analogy for Durable Objects.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[@cloudflare/actors](https://www.npmjs.com/package/@cloudflare/actors) package is in alpha and provides a SDK for Durable Objects, in addition to Durable Objects [Workers API](https://developers.cloudflare.com/durable-objects/api/base/). "Actors" originates from the [actor programming model](/durable-objects/what-are-durable-objects/#actor-programming-model), which is a close analogy for Durable Objects.
The new [@cloudflare/actors](https://www.npmjs.com/package/@cloudflare/actors) library now is in beta!
The `@cloudflare/actors` library is a new SDK for Durable Objects, and provides a powerful set of abstractions for building multiplayer, collaborative and/or WebSockets-based applications on top of Durable Objects.
The name "actors" originates from the [actor programming model](/durable-objects/what-are-durable-objects/#actor-programming-model), which closely ties to how Durable Objects are modelled.

package -> library
alpha -> beta?
communicate value + "why"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done with some rewording, websocket focus to come in Q3

@vy-ton vy-ton marked this pull request as ready for review June 24, 2025 20:32
@vy-ton vy-ton requested review from a team as code owners June 24, 2025 20:32
@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/pcx-cloudflare-one

@github-actions
Copy link
Contributor

github-actions bot commented Jun 24, 2025

@vy-ton vy-ton merged commit d770d87 into production Jun 25, 2025
10 checks passed
@vy-ton vy-ton deleted the actors-changelog branch June 25, 2025 11:57
sdnts pushed a commit to sdnts/cloudflare-docs that referenced this pull request Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants